home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 518 b | 27 lines | [TEXT/MPS ] |
- // UAEServerCommand.h
- // Copyright © 1991-92 Apple Computer, Inc. All rights reserved.
- // Kent Sandvik DTS
- // This file contains the TAEServerCommand class, used to
- // serve the incoming Apple event with needed information
- //
- // <1> khs 1.0 First final version
-
-
- #ifndef __AESERVERCOMMAND__
- #define __AESERVERCOMMAND__
-
- #ifndef __AEGESTALT__
- #include "UAEGestalt.h"
- #endif
-
- class TAEServerCommand : public TServerCommand
- {
- public:
- TAEServerCommand();
- virtual pascal void DoIt();
- };
-
- #endif __AESERVERCOMMAND__
-
-
-